ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / FilterChanged Event

In This Topic
    FilterChanged Event (C1WrapCollectionView<S,T>)
    In This Topic
    Raised after a filter operation was performed.
    Syntax
    'Declaration
     
    Public Event FilterChanged As System.EventHandler
    public event System.EventHandler FilterChanged
    See Also